| class DecoderConverts a bitstream to raw samples.Visibility | Public | Modifiers | abstract |
Public functionsProtected functions Decoder() | Gives the possibility of setting reader after a derived constructor has read a header. |
Public propertiesint ChannelCount | Content channel count. | long Length | Content length in samples for a single channel. | long Position | Location in the stream in samples. Formats that don't support this feature return -1. | int SampleRate | Bitstream sample rate. |
Public variablesProtected variablesBlockBuffer<byte> reader | Stream reader and block regrouping object. |
|